From 21cd5a884efa0a55555e581538da3da47de1b39d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2007 21:11:58 +0000 Subject: [PATCH] (Top): Add "Standard Errors", "Standard Buffer-Local Variables", and "Standard Keymaps" to the detailed menu. --- lispref/elisp.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lispref/elisp.texi b/lispref/elisp.texi index b3486fb5c8d..9bbe806033c 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -365,6 +365,7 @@ Errors * Processing of Errors:: What Emacs does when you report an error. * Handling Errors:: How you can trap errors and continue execution. * Error Symbols:: How errors are classified for trapping them. +* Standard Errors:: List of all error symbols. Variables @@ -386,6 +387,8 @@ Variables * Variable Aliases:: Variables that are aliases for other variables. * Variables with Restricted Values:: Non-constant variables whose value can @emph{not} be an arbitrary Lisp object. +* Standard Buffer-Local Variables:: + List of variables buffer-local in all buffers. Scoping Rules for Variable Bindings @@ -617,8 +620,9 @@ Keymaps * Remapping Commands:: A keymap can translate one command to another. * Key Binding Commands:: Interactive interfaces for redefining keys. * Scanning Keymaps:: Looking through all keymaps, for printing help. -* Menu Keymaps:: A keymap can define a menu for X - or for use from the terminal. +* Menu Keymaps:: A keymap can define a menu for X + or for use from the terminal. +* Standard Keymaps:: List of standard keymaps. Major and Minor Modes -- 2.30.2